home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 63 / CDACTUAL63.iso / Shareware / Humor / FICHEROS / Dancer / Dancer.exe / scripts / DefineButton2_190 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-11-02  |  105 b   |  9 lines

  1. on(release){
  2.    stopAllSounds();
  3.    tellTarget("/son")
  4.    {
  5.       stop();
  6.    }
  7.    nextFrame();
  8. }
  9.